- inner-loop control
- управление внутренним контуром
Англо-русский словарь по авиационной медицине. 2013.
Англо-русский словарь по авиационной медицине. 2013.
Inner loop — In computer programs, an important form of control flow is the loop . For example, this small pseudo code program uses two nested loops to iterate over all the entries of an n times; n matrix, changing their values so that the matrix becomes an… … Wikipedia
Control theory — For control theory in psychology and sociology, see control theory (sociology) and Perceptual Control Theory. The concept of the feedback loop to control the dynamic behavior of the system: this is negative feedback, because the sensed value is… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Loop counter — In software engineering, a loop counter is the term often used to refer to the variable that controls the iterations of a loop (a computer programming language construct). It is so named because most uses of this construct result in the variable… … Wikipedia
Loop — A loop is generally something that closes back on itself such as a circle. The closing can appear in time or in space.cience and technology*Loop (algebra), a quasigroup with an identity element *Loop (graph theory), an edge that begins and ends… … Wikipedia
Inner ear — The cochlea and vestibule, viewed from above … Wikipedia
Inner Mongolia — an administrative division in NE China, adjoining the Mongolian People s Republic. 8,500,000; 174,000 sq. mi. (450,660 sq. km). Cap.: Hohhot. Also called Neimenggu, Nei Mongol. Official name, Inner Mongolia Autonomous Region. * * * Chinese Nei… … Universalium
inner circle — noun an exclusive circle of people with a common purpose • Syn: ↑clique, ↑coterie, ↑ingroup, ↑pack, ↑camp • Hypernyms: ↑set, ↑circle, ↑band, ↑lot … Useful english dictionary
Perl control structures — The basic control structures of Perl are similar to those used in C and Java, but they have been extended in several ways.LoopsIn the following, label is an optional identifier terminated by a colon, and block is a sequence of one of more Perl… … Wikipedia
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia
PID controller — A block diagram of a PID controller A proportional–integral–derivative controller (PID controller) is a generic control loop feedback mechanism (controller) widely used in industrial control systems – a PID is the most commonly used feedback… … Wikipedia